projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f6ef7c
)
* lisp/emacs-lisp/pcase.el (pcase): Comment debug message (Bug#26177).
author
Paul Pogonyshev
<pogonyshev@gmail.com>
Sun, 19 Mar 2017 21:54:43 +0000
(22:54 +0100)
committer
Noam Postavsky
<npostavs@gmail.com>
Sat, 25 Mar 2017 23:28:22 +0000
(19:28 -0400)
lisp/emacs-lisp/pcase.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/pcase.el
b/lisp/emacs-lisp/pcase.el
index 289265abf27ae64a4feb21124eddbcefae757431..fc5474ecc43871685ec483675fd6fa9aa557b713 100644
(file)
--- a/
lisp/emacs-lisp/pcase.el
+++ b/
lisp/emacs-lisp/pcase.el
@@
-175,8
+175,8
@@
Emacs Lisp manual for more information and examples."
;; (when (gethash (car cases) pcase--memoize-2)
;; (message "pcase-memoize failed because of eq test on %S"
;; (car cases)))
- (when data
- (message "pcase-memoize: equal first branch, yet different"))
+
;;
(when data
+
;;
(message "pcase-memoize: equal first branch, yet different"))
(let ((expansion (pcase--expand exp cases)))
(puthash (car cases) `(,exp ,cases ,@expansion) pcase--memoize)
;; (puthash (car cases) `(,exp ,cases ,@expansion) pcase--memoize-1)